home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Tool Chest / Testing & Debugging / General tools / ZZPortList init / Glue.a < prev    next >
Encoding:
Text File  |  1993-09-17  |  891 b   |  42 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    Glue.a        PortList
  3. ;
  4. ;    This code is the property of Delta Tao Software, Inc.
  5. ;    If you distribute this code or any derivative of it in any fashion
  6. ;    we may and will come after your ass and take everything you have
  7. ;    and everything you will every get anywhere in the universe for
  8. ;    all of time.
  9. ;
  10. ;    **Warning** this code is god-like and perfect. When we work
  11. ;    on it choirs of angels gather around and sing. Mortals must keep
  12. ;    out. This code is so blindingly beautiful that your eyes will melt
  13. ;    if you look at it.
  14. ;
  15. ;    Copyright (C) 1993 Delta Tao Software, Inc. All rights reserved.
  16. ;    Use by license only. 408-730-9336.
  17. ;
  18.         
  19.         
  20.                     CASE        ON
  21.                     BLANKS        ON
  22.                     
  23.                     
  24.                     PROC
  25.                     
  26.                     EXPORT        GetGlobals
  27. GetGlobals
  28.                     LEA            globals,A0
  29.                     MOVE.L        A0,D0
  30.                     RTS
  31.                     
  32. globals
  33.                     DC.L        0
  34.                     DC.L        0
  35.                     DC.L        0
  36.                     DC.L        0
  37.                     DC.L        0
  38.                     DC.L        0
  39.                     
  40.                     
  41.                     END
  42.